home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / mkdpnd11.rea < prev    next >
Text File  |  1996-01-16  |  692b  |  17 lines

  1. Short:    Dependencygenerator for Makefiles
  2. Author:   Lars Düning <duening@ibr.cs.tu-bs.de>
  3. Uploader: Lars Düning <duening@ibr.cs.tu-bs.de>
  4. Version:  1.1
  5. Type:     dev/misc
  6. Replaces: dev/misc/MkDepend-1.0*
  7. Requires: OS 2.0
  8.  
  9. MkDepend scans C-source files recursively for includes and
  10. writes the found dependency trees into an existing makefile.
  11. Special features of MkDepend are:
  12.   - generates the complete transitive closure of all included files;
  13.   - searches the included files in several definable paths, and allows
  14.     to represent these pathnames by symbols in the generated makefile;
  15.   - the source/object filename relationships may be flexibly defined;
  16.   - quite fast file scanner :-).
  17.